home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 29-language-selector-zh.conf < prev    next >
Text File  |  2008-03-06  |  810b  |  35 lines

  1. <fontconfig>
  2.  
  3.     <match target="font" >
  4.         <test name="family" compare="contains" >
  5.             <string>Song</string>
  6.             <string>Sun</string>
  7.             <string>Ming</string>
  8.         </test> 
  9.         <edit name="globaladvance">
  10.             <bool>false</bool>
  11.         </edit>
  12.         <edit name="spacing">
  13.             <int>0</int>
  14.         </edit>
  15.         <edit name="hinting">
  16.             <bool>true</bool>
  17.         </edit>
  18.         <edit name="autohint">
  19.             <bool>false</bool>
  20.         </edit>
  21.         <edit name="antialias" mode="assign">
  22.             <bool>true</bool>
  23.         </edit>
  24.                 <test compare="more_eq" name="pixelsize">
  25.                         <double>11</double>
  26.                 </test>
  27.                 <test compare="less_eq" name="pixelsize">
  28.                         <double>16</double>
  29.                 </test>
  30.         <edit name="antialias" mode="assign" >
  31.             <bool>false</bool>
  32.         </edit>
  33.     </match>
  34. </fontconfig>
  35.